home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / proto / usergroup.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  648b  |  29 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H \
  3.        "$Id: usergroup.h,v 4.3 1996/03/02 15:29:28 too Exp $"
  4. /*
  5.  *    SAS C prototypes for usergroup.library
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. #ifndef __NOLIBBASE__       
  17. extern struct Library *UserGroupBase;
  18. #endif
  19.  
  20. #include <libraries/usergroup.h>
  21. #include <clib/usergroup_protos.h>
  22. #if __SASC
  23. #include <pragmas/usergroup_pragmas.h>
  24. #elif __GNUC__
  25. #include <inline/usergroup.h>
  26. #endif
  27.  
  28. #endif /* PROTO_USERGROUP_H */
  29.